home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / tools_install / doxygen-1.4.4-setup.exe / {app} / html / examples / file.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-12-05  |  183 b   |  11 lines

  1. /** \file file.h
  2.  * A brief file description.
  3.  * A more elaborated file description.
  4.  */
  5.  
  6. /**
  7.  * A global integer value.
  8.  * More details about this value.
  9.  */
  10. extern int globalValue;
  11.